Skip to main content

All Questions

3votes
2answers
1kviews

How do I design a buffer for a console?

Problem I have a graphical console widget that receives output from an interpreter. Unfortunately the console is not fast enough to paint the output in real-time. So I had to implement a buffer(FIFO ...
Vivek Joshy's user avatar
2votes
2answers
2kviews

How deep is enough to represent an algorithm in UML sequence diagram?

I have three simple classes. LoginController, UsersCatalog and User. UsersCatalog has an array of User. I have to represent a simple process of login. LoginController has a method login(username, ...
sanfilippopablo's user avatar

close